home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_26007.txt < prev    next >
Text File  |  1990-08-07  |  6KB  |  235 lines

  1. -- card: 26007 from stack: in.0-2
  2. -- bmap block id: 26504
  3. -- flags: 0000
  4. -- background id: 18737
  5. -- name: hcMenus
  6. ----- HyperTalk script -----
  7. -- This handler stores the name of the last card.
  8. on goBack
  9.   go cd "Menus" of stack "Intro to HyperCard 2.0"
  10. end goBack
  11.  
  12. on closeCard
  13.   deHiliteBtns
  14.   put "Information about the menu bar options will appear here when" && "you click the options." into cd fld "textDisplay"
  15. end closeCard
  16.  
  17. on hiliteTarget
  18.   deHiliteBtns
  19.   set the hilite of the target to true
  20. end hiliteTarget
  21.  
  22. on deHiliteBtns
  23.   repeat with n = 4 to 11
  24.     set the hilite of btn id n to false
  25.   end repeat
  26. end deHiliteBtns
  27.  
  28.  
  29. -- part 2 (field)
  30. -- low flags: 01
  31. -- high flags: 2002
  32. -- rect: left=82 top=197 right=280 bottom=390
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 0
  36. -- font id: 174
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 12
  40. -- part name: textDisplay
  41.  
  42.  
  43. -- part 4 (button)
  44. -- low flags: 00
  45. -- high flags: 0000
  46. -- rect: left=71 top=167 right=185 bottom=98
  47. -- title width / last selected line: 0
  48. -- icon id / first selected line: 0 / 0
  49. -- text alignment: 1
  50. -- font id: 0
  51. -- text size: 12
  52. -- style flags: 0
  53. -- line height: 16
  54. -- part name: 
  55. ----- HyperTalk script -----
  56. on mouseUp
  57.   hiliteTarget
  58.   displayText 1
  59. end mouseUp
  60.  
  61.  
  62.  
  63. -- part 5 (button)
  64. -- low flags: 00
  65. -- high flags: 0000
  66. -- rect: left=97 top=167 right=185 bottom=131
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: 
  75. ----- HyperTalk script -----
  76. on mouseUp
  77.   hiliteTarget
  78.   displayText 2
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 6 (button)
  84. -- low flags: 00
  85. -- high flags: 0000
  86. -- rect: left=134 top=167 right=185 bottom=169
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: 
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   hiliteTarget
  98.   displayText 3
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 7 (button)
  104. -- low flags: 00
  105. -- high flags: 0000
  106. -- rect: left=172 top=167 right=185 bottom=198
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: 
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   hiliteTarget
  118.   displayText 4
  119. end mouseUp
  120.  
  121.  
  122.  
  123. -- part 8 (button)
  124. -- low flags: 00
  125. -- high flags: 0000
  126. -- rect: left=200 top=167 right=185 bottom=244
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 0 / 0
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: 
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   hiliteTarget
  138.   displayText 5
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 9 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=247 top=167 right=185 bottom=307
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: 
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   hiliteTarget
  158.   displayText 6
  159. end mouseUp
  160.  
  161.  
  162.  
  163. -- part 10 (button)
  164. -- low flags: 00
  165. -- high flags: 0000
  166. -- rect: left=311 top=167 right=185 bottom=352
  167. -- title width / last selected line: 0
  168. -- icon id / first selected line: 0 / 0
  169. -- text alignment: 1
  170. -- font id: 0
  171. -- text size: 12
  172. -- style flags: 0
  173. -- line height: 16
  174. -- part name: 
  175. ----- HyperTalk script -----
  176. on mouseUp
  177.   hiliteTarget
  178.   displayText 7
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part 11 (button)
  184. -- low flags: 00
  185. -- high flags: 0000
  186. -- rect: left=353 top=167 right=185 bottom=394
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: 
  195. ----- HyperTalk script -----
  196. on mouseUp
  197.   hiliteTarget
  198.   displayText 8
  199. end mouseUp
  200.  
  201.  
  202.  
  203. -- part 12 (field)
  204. -- low flags: 81
  205. -- high flags: 0007
  206. -- rect: left=70 top=12 right=118 bottom=407
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 0 / 0
  209. -- text alignment: 0
  210. -- font id: 3
  211. -- text size: 9
  212. -- style flags: 0
  213. -- line height: 12
  214. -- part name: text
  215.  
  216.  
  217. -- part contents for background part 1
  218. ----- text -----
  219. Here is HyperCard‚Äôs menu bar, which you will use when you make HyperCard stacks yourself. Click on the menu options to learn about them.
  220.  
  221. -- part contents for card part 2
  222. ----- text -----
  223. Information about the menu bar options will appear here when you click the options.
  224.  
  225. -- part contents for card part 12
  226. ----- text -----
  227. [1] The Apple menu option is the same in HyperCard as it is in any application: it keeps your desk accessories at hand.
  228. [2] Under the File menu are options for making new stacks, opening other stacks (and opening them in new windows if you want), protecting your stack so that it can‚Äôt be changed by others, and printing.
  229. [3] Under the Edit menu are the standard Edit menu option for Undo, Cut, Copy, and Paste. There are also options here making new cards, going to the Background layer, getting the Scroll Window, and making and editing icons.
  230. [4] The Go menu contains options for navigating through stacks and around cards.
  231. [5] Under the Tools option is HyperCard‚Äôs tear-off tool palette, with tools for making and changing buttons and fields, and also many of HyperCard‚Äôs graphics tools.
  232. [6] Through the Objects menu you can make new buttons, fields, and backgrounds, as well as get to dialog boxes that allow you to set the attributes of buttons and fields.
  233. [7] The Font menu is like the font menu in other programs: you choose the font for text you have selected from the list of fonts available on your system.
  234. [8] The Style menu allows you to set the style of selected text to plain, bold, outline, shadowed, underlined, italic, grouped, condensed, or extended.
  235. [9]